home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / tutor.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  157 b   |  9 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(4, 51, 52)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     sound stop 2
  6.     play movie "T_EMBOSS.DIR"
  7.   end if
  8. end
  9.